projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b81698
)
(find-library-name): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 21 Oct 2005 17:22:25 +0000
(17:22 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 21 Oct 2005 17:22:25 +0000
(17:22 +0000)
lisp/emacs-lisp/find-func.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/find-func.el
b/lisp/emacs-lisp/find-func.el
index dea72fc7567d5f15ae9fbf60b8f24572684c1550..0cebeeb6f7fdef9410803332a6ac0cde94098497 100644
(file)
--- a/
lisp/emacs-lisp/find-func.el
+++ b/
lisp/emacs-lisp/find-func.el
@@
-141,7
+141,7
@@
See the functions `find-function' and `find-variable'."
(unless (string-match "elc" suffix) (push suffix suffixes)))))
(defun find-library-name (library)
- "Return the
full name of the el
isp source of LIBRARY."
+ "Return the
absolute file name of the L
isp source of LIBRARY."
;; If the library is byte-compiled, try to find a source library by
;; the same name.
(if (string-match "\\.el\\(c\\(\\..*\\)?\\)\\'" library)